Skip to content

Commit 8df6005

Browse files
authored
Merge pull request #38 from WyriHaximus/Also-ignore-waiting-for-"Create-Release"-when-creating-release
Also ignore waiting for "Create Release" when creating release
2 parents 283e21d + 7f3d5dc commit 8df6005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: waitforstatuschecks
1717
uses: "WyriHaximus/github-action-wait-for-status@master"
1818
with:
19-
ignoreActions: "Wait for status checks"
19+
ignoreActions: "Wait for status checks,Create Release"
2020
checkInterval: 5
2121
env:
2222
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)