File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11issuer : https://token.actions.githubusercontent.com
22
3- subject_pattern : repo:DataDog/dd-trace-java:ref:refs/heads/.+
3+ subject_pattern : repo:DataDog/dd-trace-java:ref:refs/heads/(master|test/v.+)
44
55claim_pattern :
6- event_name : (push |workflow_dispatch)
7- ref : refs/heads/.+
8- job_workflow_ref : DataDog/dd-trace-java/\.github/workflows/pin-system-tests\.yaml@refs/heads/.+
6+ event_name : (create |workflow_dispatch)
7+ ref : refs/heads/(master|test/v.+)
8+ job_workflow_ref : DataDog/dd-trace-java/\.github/workflows/pin-system-tests\.yaml@refs/heads/(master|test/v.+)
99
1010permissions :
1111 contents : write
Original file line number Diff line number Diff line change 1313jobs :
1414 pin-system-tests :
1515 name : " Pin system tests"
16+ # CHANGE BACK TO release/v*
1617 if : github.event_name != 'create' || startsWith(github.ref, 'refs/heads/test/v')
1718 runs-on : ubuntu-latest
1819 permissions :
9596 if : steps.check-changes.outputs.commit_changes == 'true' && steps.check-branch.outputs.creating_new_branch == 'true'
9697 env :
9798 GH_TOKEN : ${{ steps.octo-sts.outputs.token }}
98- # base may need to be `release/v*`
99+ # REMOVE DRAFT
99100 run : |
100101 gh pr create --title "Pin system tests for release branch" \
101102 --base ${{ steps.define-base-branch.outputs.base_branch }} \
You can’t perform that action at this time.
0 commit comments