mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(ci): fix aws build triggering on pull request event
When a PR was opened, thus for the first commits push, aws builds weren't triggered. The workflow was only executed when commits were pushed once again (synchronize event).
This commit is contained in:
2
.github/workflows/build_on_pr_push.yml
vendored
2
.github/workflows/build_on_pr_push.yml
vendored
@@ -3,8 +3,6 @@ name: PR AWS build trigger
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user