Skip to content

Commit cc0ff0d

Browse files
committed
debug workflows
1 parent cfb1f40 commit cc0ff0d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.depot/workflows/cicd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25+
- run: "echo ${{ github.ref }}"
26+
- run: "echo ${{ (github.ref == 'refs/heads/main') && 'image-registry' || '' }}"
27+
2528
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2629
with:
2730
node-version: 26
@@ -51,7 +54,7 @@ jobs:
5154
docker:
5255
needs: [ci]
5356
runs-on: depot-ubuntu-24.04
54-
environment: ${{ github.ref == 'refs/heads/main' && 'image-registry' || '' }}
57+
environment: ${{ (github.ref == 'refs/heads/main') && 'image-registry' || '' }}
5558
permissions:
5659
contents: read
5760
packages: write

0 commit comments

Comments
 (0)