We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b4363 commit 0d81699Copy full SHA for 0d81699
.github/workflows/ci.yaml
@@ -108,7 +108,7 @@ jobs:
108
image:
109
needs: build
110
# only on main and dev branch
111
- # TODO: Remove `|| github.ref == 'refs/heads/api-keys'` after transition to production status.
+ # TODO: #1112 Remove `|| github.ref == 'refs/heads/api-keys'` after transition to production status.
112
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/api-keys'
113
114
runs-on: ubuntu-latest
0 commit comments