Skip to content

Commit aebab6e

Browse files
committed
REMOVE LATER
1 parent 20161c0 commit aebab6e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
MERGE_BUMPED_MANIFEST: ${{ steps.manifest-branch.outputs.MERGE_BUMBED_MANIFEST }}
7272
TEST_SUBSET: ${{ steps.testset.outputs.TEST_SUBSET }}
7373
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
8383

8484
- name: Set build date
8585
id: date
@@ -124,7 +124,7 @@ jobs:
124124
id: testset
125125
shell: bash -x -e {0}
126126
run: |
127-
TEST_SUBSET=${{ inputs.TEST_SUBSET || 'base' }}
127+
TEST_SUBSET=${{ inputs.TEST_SUBSET || 'rosetta-pax' }}
128128
echo "TEST_SUBSET=$TEST_SUBSET" | tee -a $GITHUB_OUTPUT
129129
130130
bump-manifest:

0 commit comments

Comments
 (0)