Skip to content

Commit 46583f5

Browse files
committed
👷 ci: remove unnecessary job dependencies from workflows
1 parent 8c6e9c7 commit 46583f5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/bench.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ env:
1919

2020
jobs:
2121
benchmarks:
22-
needs: changes
2322
runs-on: ubuntu-latest
24-
if: github.actor != 'dependabot[bot]' && contains(github.event.commits.*.message, '[skip ci]') == false
23+
if: github.actor != 'dependabot[bot]'
2524
steps:
2625
- uses: actions/checkout@v6
2726
- uses: actions-rust-lang/setup-rust-toolchain@v1

‎.github/workflows/pages.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ concurrency:
1919

2020
jobs:
2121
build_and_deploy:
22-
needs: changes
2322
runs-on: ubuntu-latest
2423
steps:
2524
- name: Checkout

0 commit comments

Comments
 (0)