Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
LeticiaErrandonea committed Jun 14, 2024
1 parent 7c8d7f8 commit 265cb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nucore-heroku-auto-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_run:
workflows: [ "Run test suite" ]
branches: [ fix_deploy ]
types: [ completed ]
types: [ requested ]

# Allow manually triggering this workflow by visiting
# https://github.com/tablexi/nucore-open/actions/workflows/nucore-heroku-auto-deploy-staging.yml
Expand All @@ -14,7 +14,7 @@ on:

jobs:
deploy-staging-heroku:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 265cb2a

Please sign in to comment.