Skip to content

Commit

Permalink
run even when skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Oct 11, 2023
1 parent 0358f54 commit c1f52c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
push_options: --force
build:
needs: rename-project
if: |
${{ github.repository != 'fastn-stack/fastn-template' }} &&
always() &&
needs.rename-project.result == 'success' || needs.rename-project.result == 'skipped'
if: ${{ github.repository != 'fastn-stack/fastn-template' && always() && !failure() && !cancelled() }}
permissions: write-all
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c1f52c1

Please sign in to comment.