Skip to content

Commit 6bde538

Browse files
committed
wip
1 parent c1581a8 commit 6bde538

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
name: php-matrix_darwin_amd64
6262
path: out/darwin_amd64
6363

64+
65+
# TODO!
66+
- run: ls -laR out
67+
6468
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6569
id: app-token
6670
with:

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ jobs:
200200
- run: go test -count=1 -shuffle=on ./...
201201

202202
dispatch:
203-
if: github.event_name == 'push' && github.ref_type == 'tag'
203+
# TODO!
204+
# if: github.event_name == 'push' && github.ref_type == 'tag'
204205
needs:
205206
- pest
206207
- e2e

0 commit comments

Comments
 (0)