We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f1c0c commit ff5c93cCopy full SHA for ff5c93c
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build:
12
+ if: github.repository == 'pgjdbc/r2dbc-postgresql'
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
.github/workflows/release.yml
release:
0 commit comments