Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreevalsanmr authored Jan 7, 2025
1 parent a255afd commit 6ae6a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

cloudflare-purge:
runs-on: ubuntu-latest
needs: deploy # Ensures this runs after 'deploy' completes
needs:
- set-env-variable # Ensures it waits for set-env-variable to complete
- deploy # Ensures it waits for deploy to complete
steps:
- name: Cloudflare Cache Purge
uses: nathanvaughn/actions-cloudflare-purge@master
Expand Down

0 comments on commit 6ae6a8a

Please sign in to comment.