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 3b75476 commit 4df5562Copy full SHA for 4df5562
.github/workflows/canary.yml
@@ -128,7 +128,7 @@ jobs:
128
run: yarn test:assert
129
130
- name: Create Issue
131
- if: failure() && github.event_name == 'schedule'
+ if: failure()
132
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
133
env:
134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -169,7 +169,7 @@ jobs:
169
yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
170
171
172
173
174
175
0 commit comments