Skip to content

Commit 80c7695

Browse files
Merge pull request #77 from blacksky-algorithms/rishibalakrishnan-patch-1
Fix repository name in workflow condition
2 parents 99ffa0c + f403263 commit 80c7695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push-bskyweb-docr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
bskyweb-container-docr:
10-
if: github.repository == 'blacksky-algorithms/blacksky.community'
10+
if: github.repository == 'blacksky-algorithms/blacksky-community'
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)