We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6e9c7 commit 46583f5Copy full SHA for 46583f5
‎.github/workflows/bench.yml‎
@@ -19,9 +19,8 @@ env:
19
20
jobs:
21
benchmarks:
22
- needs: changes
23
runs-on: ubuntu-latest
24
- if: github.actor != 'dependabot[bot]' && contains(github.event.commits.*.message, '[skip ci]') == false
+ if: github.actor != 'dependabot[bot]'
25
steps:
26
- uses: actions/checkout@v6
27
- uses: actions-rust-lang/setup-rust-toolchain@v1
‎.github/workflows/pages.yml‎
@@ -19,7 +19,6 @@ concurrency:
build_and_deploy:
- name: Checkout
0 commit comments