Skip to content

Commit b797a7d

Browse files
committed
Stricter condition for build-test-publish job (only runs for official repository).
1 parent d23a2cf commit b797a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515

1616
build-test-publish:
17-
if: ${{ github.event_name != 'schedule' || github.repository == 'FirebirdSQL/firebird-docker' }}
17+
if: ${{ github.repository == 'FirebirdSQL/firebird-docker' }}
1818
runs-on: ubuntu-latest
1919

2020
steps:

0 commit comments

Comments
 (0)