Skip to content

Commit f90f31d

Browse files
committed
CI: Make percy-nonce job conditional on changed files
1 parent 1ae072a commit f90f31d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
percy-nonce:
7272
name: Frontend / Percy Nonce
7373
runs-on: ubuntu-latest
74+
needs: changed-files
75+
if: needs.changed-files.outputs.non-rust == 'true'
7476

7577
# persist job results to other jobs in the workflow
7678
outputs:

0 commit comments

Comments
 (0)