Skip to content

Commit 8641a45

Browse files
committed
Wait for checks
1 parent 57a41d0 commit 8641a45

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/compile-assets.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,17 @@ jobs:
3535
- name: Compile assets
3636
run: npm run build
3737

38+
- name: Wait for checks to pass
39+
uses: lewagon/wait-on-check-action@v1.3.4
40+
with:
41+
ref: ${{ github.sha }}
42+
running-workflow-name: Compile Assets
43+
repo-token: ${{ secrets.GITHUB_TOKEN }}
44+
wait-interval: 10
45+
allowed-conclusions: success,skipped
46+
3847
- name: Commit compiled files
3948
uses: stefanzweifel/git-auto-commit-action@v5
4049
with:
4150
commit_message: Compile Assets
42-
file_pattern: "public/build"
51+
file_pattern: 'public/build'

0 commit comments

Comments
 (0)