Skip to content

Commit

Permalink
Postpone snapshot deployment
Browse files Browse the repository at this point in the history
We build at the same time as the Quarkus snapshot deployment and it
might be problematic (who knows...).
  • Loading branch information
gsmet committed Nov 29, 2024
1 parent 7ccfb2a commit c12e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Quarkus Platform Deploy Snapshots

on:
schedule:
- cron: '0 2 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down

0 comments on commit c12e5c4

Please sign in to comment.