We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b302b commit 9f54343Copy full SHA for 9f54343
.github/workflows/ci.yml
@@ -47,7 +47,8 @@ jobs:
47
runs-on: ubuntu-latest
48
# the combination of these two lines seems to do the "if build_and_test failed, run this one"
49
needs: build_and_test
50
- if: always() && github.event_name == 'schedule' && needs.build_and_test.result == 'failure'
+ # TEST: remove the nightly trigger condition
51
+ if: always() && needs.build_and_test.result == 'failure'
52
53
steps:
54
- name: Create an issue
tests/cases/addition/stdout
@@ -56,3 +56,5 @@ warning: path changes to `Cde`
56
57
warning: 6 warnings emitted
58
59
+
60
+ERROR
0 commit comments