Skip to content

Commit a503bf2

Browse files
authored
Merge pull request #44 from WyriHaximus/drop-wait-for-status-when-releasing
Drop wait for status check when releasing
2 parents 60bde01 + 8fd2646 commit a503bf2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/craft-release.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,8 @@ on:
66
types:
77
- closed
88
jobs:
9-
wait-for-status-checks:
10-
name: Wait for status checks
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v1
14-
- run: sleep 13
15-
- name: 'Wait for status checks'
16-
id: waitforstatuschecks
17-
uses: "WyriHaximus/github-action-wait-for-status@master"
18-
with:
19-
ignoreActions: "Wait for status checks"
20-
checkInterval: 5
21-
env:
22-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23-
- id: generate-version-strategy
24-
if: steps.waitforstatuschecks.outputs.status != 'success'
25-
name: Fail
26-
run: exit 1
279
generate-changelog:
2810
name: Generate Changelog
29-
needs:
30-
- wait-for-status-checks
3111
runs-on: ubuntu-latest
3212
outputs:
3313
changelog: ${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)