Skip to content

Commit

Permalink
[Feat] add allowed-conclusions for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Apr 5, 2024
1 parent 1cfc239 commit 0ea3e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build

on:
push:
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
check-regexp: 'with rust'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
allowed-conclusions: success,skipped,cancelled


- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ea3e42

Please sign in to comment.