Skip to content

Commit

Permalink
Merge pull request #35 from WyriHaximus/drop-wait-for-status
Browse files Browse the repository at this point in the history
Drop wait for status
  • Loading branch information
WyriHaximus committed Jan 15, 2022
2 parents 4e30007 + 6932d00 commit e30becd
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 e30becd

Please sign in to comment.