Skip to content

Commit

Permalink
Merge pull request #39 from WyriHaximus/No-need-to-wait-for-commit-st…
Browse files Browse the repository at this point in the history
…atus/This-isn't-a-Docker-image,-so-common-sense-should-be-enough

No need to wait for commit status
  • Loading branch information
WyriHaximus committed Jul 6, 2020
2 parents 8df6005 + 81beabd commit 3b8d14c
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,Create Release"
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 3b8d14c

Please sign in to comment.