Skip to content

Commit

Permalink
Enable upgrade action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpidcock committed Sep 29, 2023
1 parent 86e1d51 commit bf61889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Upgrade:
name: Upgrade
runs-on: [self-hosted, linux, x64, aws, xlarge]
if: false && github.event.pull_request.draft == false
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bf61889

Please sign in to comment.