Skip to content

Commit

Permalink
Merge pull request #488 from WyriHaximus/drop-wait-for-status-checks-…
Browse files Browse the repository at this point in the history
…when-releasing
  • Loading branch information
WyriHaximus committed Nov 7, 2021
2 parents 6128e41 + 692ec4e commit 2b54751
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/craft-release.yaml
Expand Up @@ -6,28 +6,8 @@ on:
types:
- closed
jobs:
wait-for-status-checks:
name: Wait for status checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: sleep 13
- name: 'Wait for status checks'
id: waitforstatuschecks
uses: "WyriHaximus/github-action-wait-for-status@master"
with:
ignoreActions: "Wait for status checks"
checkInterval: 5
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- id: generate-version-strategy
if: steps.waitforstatuschecks.outputs.status != 'success'
name: Fail
run: exit 1
generate-changelog:
name: Generate Changelog
needs:
- wait-for-status-checks
runs-on: ubuntu-latest
outputs:
changelog: ${{ steps.changelog.outputs.changelog }}
Expand Down

0 comments on commit 2b54751

Please sign in to comment.