Skip to content

Commit

Permalink
add provenance workflow dispatch
Browse files Browse the repository at this point in the history
Change-Id: Icb98006a791aea90282514d892c188426aa4727c
  • Loading branch information
jul-sh committed May 6, 2024
1 parent b37fac8 commit 887e9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
cancel-in-progress: true

on:
on: workflow_dispatch
push:
branches: [main]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ concurrency:
cancel-in-progress: true

on:
on: workflow_dispatch
push:
branches: [main]
# This workflow builds several binaries and is very time and resource consuming. As a result it
Expand Down

0 comments on commit 887e9fd

Please sign in to comment.