Skip to content

Commit

Permalink
Merge pull request #43 from WyriHaximus/Drop-Wait-for-status-checks-w…
Browse files Browse the repository at this point in the history
…hen-releasing

Drop: Wait for status checks when releasing
  • Loading branch information
WyriHaximus committed Jan 14, 2023
2 parents 85b5ec7 + a7d02de commit 91f4b7f
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 91f4b7f

Please sign in to comment.