Skip to content

Commit

Permalink
Tweak workflow event so ci can retrieve credentails correctly (#1102) (
Browse files Browse the repository at this point in the history
…#1104)

Signed-off-by: Peter Zhu <[email protected]>
(cherry picked from commit 8868a42)

Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
1 parent cd3144f commit ee5e1ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build and Test ml-commons
# This workflow is triggered on pull requests and push to any branches
on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
branches-ignore:
- 'backport/**'
- 'create-pull-request/**'
- 'dependabot/**'
pull_request_target:
types: [opened, synchronize, reopened]

permissions:
id-token: write
Expand Down

0 comments on commit ee5e1ea

Please sign in to comment.