Skip to content

Commit

Permalink
gh: make jobs always run
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 15, 2024
1 parent 87da2ab commit 7ae8faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

name: "Pre Release"
runs-on: ubuntu-${{ matrix.image-version }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ always() }}
timeout-minutes: 60
container:
image:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
disable-unsup: [true, false]

runs-on: ubuntu-${{ matrix.image-version }}
if: ${{ always() }}
timeout-minutes: 360
container:
image:
Expand Down

0 comments on commit 7ae8faf

Please sign in to comment.