Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 11, 2024
1 parent cfb56f0 commit 66b706c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:

rust:
needs: meta
if: needs.meta.outputs.any_changed == 'true'
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v43-rust
permissions:
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:

linkerd-install:
needs: meta
if: needs.meta.outputs.any_changed == 'true'
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
Expand All @@ -108,16 +106,8 @@ jobs:
env:
TMPDIR: ${{ runner.temp }}

# This job is guaranteed to run if the others succeed or are skipped by
# policy, so it can be required.
integrations:
needs: [rust, rust-crates, linkerd-install]
runs-on: ubuntu-latest
steps:
- run: echo "Integrated"

auto-merge:

Check failure on line 109 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / actionlint

could not parse as YAML: yaml: line 109: did not find expected key ``` auto-merge: ```
needs: integrations
needs: [rust, linkerd-install]}
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 66b706c

Please sign in to comment.