Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann90 committed Nov 5, 2024
1 parent 9ca4504 commit ee76ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
destroy:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' }} # S'exécute uniquement en cas de déclenchement manuel

#if: ${{ github.event_name == 'workflow_dispatch' }} # S'exécute uniquement en cas de déclenchement manuel
if: github.event_name == 'workflow_dispatch'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ee76ae2

Please sign in to comment.