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 4919c4a commit 29029b6Copy full SHA for 29029b6
.github/workflows/checks.yml
@@ -88,7 +88,7 @@ jobs:
88
nightly-lint:
89
runs-on: ubuntu-latest
90
timeout-minutes: 5
91
- if: endsWith(github.ref, '-nightly') || github.event_name != 'schedule'
+ if: endsWith(github.ref, '-nightly') && github.event_name != 'schedule'
92
steps:
93
- uses: actions/checkout@v2
94
- uses: actions-rs/toolchain@v1
0 commit comments