File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
71
71
MERGE_BUMPED_MANIFEST : ${{ steps.manifest-branch.outputs.MERGE_BUMBED_MANIFEST }}
72
72
TEST_SUBSET : ${{ steps.testset.outputs.TEST_SUBSET }}
73
73
steps :
74
- - name : Cancel workflow run if the trigger is a draft PR
75
- id : cancel-if-draft
76
- if : github.event_name == 'pull_request' && github.event.pull_request.draft == true
77
- run : |
78
- echo "Cancelling workflow for draft PR"
79
- curl -X POST -H "Authorization: token ${{ github.token }}" \
80
- -H "Accept: application/vnd.github.v3+json" \
81
- "https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/cancel"
82
- while true; do sleep 1; done # blocks execution in case workflow cancellation takes time
74
+ # - name: Cancel workflow run if the trigger is a draft PR
75
+ # id: cancel-if-draft
76
+ # if: github.event_name == 'pull_request' && github.event.pull_request.draft == true
77
+ # run: |
78
+ # echo "Cancelling workflow for draft PR"
79
+ # curl -X POST -H "Authorization: token ${{ github.token }}" \
80
+ # -H "Accept: application/vnd.github.v3+json" \
81
+ # "https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/cancel"
82
+ # while true; do sleep 1; done # blocks execution in case workflow cancellation takes time
83
83
84
84
- name : Set build date
85
85
id : date
@@ -124,7 +124,7 @@ jobs:
124
124
id : testset
125
125
shell : bash -x -e {0}
126
126
run : |
127
- TEST_SUBSET=${{ inputs.TEST_SUBSET || 'base ' }}
127
+ TEST_SUBSET=${{ inputs.TEST_SUBSET || 'rosetta-pax ' }}
128
128
echo "TEST_SUBSET=$TEST_SUBSET" | tee -a $GITHUB_OUTPUT
129
129
130
130
bump-manifest :
You can’t perform that action at this time.
0 commit comments