Skip to content

Commit 37a5167

Browse files
committed
Test failing again
This time there should not be another issue created
1 parent 02cba1d commit 37a5167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
run: bash ci/setup-toolchain.sh
4242
if: github.event_name == 'schedule'
4343
- name: Run tests
44-
run: sh ci/run.sh ${{ matrix.os }}
44+
run: sh -c "exit 1"
4545

4646
create_issue:
4747
runs-on: ubuntu-latest
4848
# the combination of these two lines seems to do the "if build_and_test failed, run this one"
4949
needs: build_and_test
50-
if: always() && github.event_name == 'schedule' && needs.build_and_test.result == 'failure'
50+
if: always() && needs.build_and_test.result == 'failure'
5151

5252
permissions:
5353
issues: write

0 commit comments

Comments
 (0)