Skip to content

Commit 796366e

Browse files
committed
fix(ci): estate-wide structural CI fixes
- grant secret-scanner reusable its requested job permissions - drop invalid timeout-minutes on reusable-call jobs - drop hashFiles() from job-level if: expressions
1 parent a0d1558 commit 796366e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
name: Cargo check + clippy + fmt
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 15
19-
if: hashFiles('Cargo.toml') != ''
2019
steps:
2120
- name: Checkout repository
2221
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
@@ -37,7 +36,6 @@ jobs:
3736
runs-on: ubuntu-latest
3837
timeout-minutes: 15
3938
needs: check
40-
if: hashFiles('Cargo.toml') != ''
4139
steps:
4240
- name: Checkout repository
4341
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)