Skip to content

Commit 9f54343

Browse files
committed
Test #1: issue is created on failure
1 parent a4b302b commit 9f54343

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
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+
# TEST: remove the nightly trigger condition
51+
if: always() && needs.build_and_test.result == 'failure'
5152

5253
steps:
5354
- name: Create an issue

tests/cases/addition/stdout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ warning: path changes to `Cde`
5656

5757
warning: 6 warnings emitted
5858

59+
60+
ERROR

0 commit comments

Comments
 (0)