Skip to content

Commit 177d99a

Browse files
committed
ci: fix upstream workflow filter
1 parent b41129d commit 177d99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
versioncheck:
1010
runs-on: ubuntu-latest
11-
if: github.repository_owner == "daviddrysdale"
11+
if: github.repository_owner == 'daviddrysdale'
1212
steps:
1313
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
1414
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4

0 commit comments

Comments
 (0)