Skip to content

Commit

Permalink
Merge pull request #38 from WyriHaximus/Also-ignore-waiting-for-"Crea…
Browse files Browse the repository at this point in the history
…te-Release"-when-creating-release

Also ignore waiting for "Create Release" when creating release
  • Loading branch information
WyriHaximus committed Jun 30, 2020
2 parents 283e21d + 7f3d5dc commit 8df6005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/craft-release.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
id: waitforstatuschecks
uses: "WyriHaximus/github-action-wait-for-status@master"
with:
ignoreActions: "Wait for status checks"
ignoreActions: "Wait for status checks,Create Release"
checkInterval: 5
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 8df6005

Please sign in to comment.