Skip to content

Commit f2e04c2

Browse files
goodlyrottenapplegithub-actions
andauthored
Retrigger run when pushing formatting changes via CI (#3843)
We do not currently re-trigger the CI run if formatting is pushed within the CI run. --------- Co-authored-by: github-actions <[email protected]>
1 parent 6028508 commit f2e04c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.ref }}
2626
fetch-depth: 0
2727
submodules: recursive
28+
token: ${{ secrets.JENKINS_GITHUB_PAT }}
2829

2930
- name: 'Install Nix'
3031
uses: cachix/install-nix-action@v25

0 commit comments

Comments
 (0)