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.
master
1 parent 5c19453 commit 7592182Copy full SHA for 7592182
1 file changed
.github/workflows/ci.yaml
@@ -21,6 +21,7 @@ concurrency:
21
22
jobs:
23
build-and-test:
24
+ if: ${{ !(github.repository == 'FirebirdSQL/firebird-docker' && github.ref == 'refs/heads/master') }}
25
runs-on: ubuntu-latest
26
steps:
27
- name: Checkout
0 commit comments