Skip to content

Commit 2c98236

Browse files
committed
revert changes to use nightly flag
1 parent ddbeaf8 commit 2c98236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Acceptance Test Matrix
4949
id: get-matrix
5050
run: |
51-
bundle exec matrix_from_metadata_v3 --latest-agent
51+
bundle exec matrix_from_metadata_v3 --nightly
5252
5353
Acceptance:
5454
name: "${{ matrix.platforms.label }}, ${{ matrix.collection.collection || matrix.collection }}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Acceptance Test Matrix
4747
id: get-matrix
4848
run: |
49-
bundle exec matrix_from_metadata_v3 --latest-agent
49+
bundle exec matrix_from_metadata_v3 --nightly
5050
5151
Acceptance:
5252
name: "${{ matrix.platforms.label }}, ${{ matrix.collection.collection || matrix.collection }}"

0 commit comments

Comments
 (0)