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 c8b5cbc commit 939013fCopy full SHA for 939013f
.github/workflows/code.yml
@@ -174,7 +174,7 @@ jobs:
174
# Check that the master branches of various upstream dependencies are
175
# still compatible when used together
176
master_branch_test:
177
- if: ${{ github.event_name == 'schedule' }}
+ # if: ${{ github.event_name == 'schedule' }}
178
runs-on: "ubuntu-latest"
179
steps:
180
- name: Checkout Source
0 commit comments