Skip to content

Commit edac102

Browse files
committed
revert ci and nightly yaml file
1 parent e6bcd6b commit edac102

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
name: "Setup Test Matrix"
1919
needs: "Spec"
2020
runs-on: ubuntu-latest
21-
with:
22-
flags: "--nightly"
2321
outputs:
2422
matrix: ${{ steps.get-matrix.outputs.matrix }}
2523

@@ -55,9 +53,8 @@ jobs:
5553
needs:
5654
- setup_matrix
5755
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
56+
5857
runs-on: ubuntu-latest
59-
with:
60-
flags: "--nightly"
6158
strategy:
6259
fail-fast: false
6360
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

.github/workflows/nightly.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
name: "Setup Test Matrix"
1717
needs: "Spec"
1818
runs-on: ubuntu-latest
19-
with:
20-
flags: "--nightly"
2119
outputs:
2220
matrix: ${{ steps.get-matrix.outputs.matrix }}
2321

@@ -55,8 +53,6 @@ jobs:
5553
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
5654

5755
runs-on: ubuntu-latest
58-
with:
59-
flags: "--nightly"
6056
strategy:
6157
fail-fast: false
6258
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

0 commit comments

Comments
 (0)