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.
build-test-publish
1 parent 9208e1c commit c612c26Copy full SHA for c612c26
1 file changed
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ concurrency:
14
jobs:
15
16
build-test-publish:
17
- if: ${{ github.event_name != 'schedule' || github.repository == 'FirebirdSQL/firebird-docker' }}
+ if: ${{ github.repository == 'FirebirdSQL/firebird-docker' }}
18
runs-on: ubuntu-latest
19
20
steps:
0 commit comments