Skip to content

Commit 939013f

Browse files
Remove unnecessary if check
This branch is just for testing this CI
1 parent c8b5cbc commit 939013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# Check that the master branches of various upstream dependencies are
175175
# still compatible when used together
176176
master_branch_test:
177-
if: ${{ github.event_name == 'schedule' }}
177+
# if: ${{ github.event_name == 'schedule' }}
178178
runs-on: "ubuntu-latest"
179179
steps:
180180
- name: Checkout Source

0 commit comments

Comments
 (0)