Skip to content

Commit

Permalink
Remove CI condition on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Nov 20, 2023
1 parent 2c08c1a commit 5570b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
release:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
name: Release
uses: alphagov/govuk-infrastructure/.github/workflows/release.yml@main
secrets:
Expand Down

0 comments on commit 5570b8d

Please sign in to comment.