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.
1 parent c1581a8 commit 6bde538Copy full SHA for 6bde538
2 files changed
.github/workflows/release.yml
@@ -61,6 +61,10 @@ jobs:
61
name: php-matrix_darwin_amd64
62
path: out/darwin_amd64
63
64
+
65
+ # TODO!
66
+ - run: ls -laR out
67
68
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
69
id: app-token
70
with:
.github/workflows/test.yml
@@ -200,7 +200,8 @@ jobs:
200
- run: go test -count=1 -shuffle=on ./...
201
202
dispatch:
203
- if: github.event_name == 'push' && github.ref_type == 'tag'
204
+ # if: github.event_name == 'push' && github.ref_type == 'tag'
205
needs:
206
- pest
207
- e2e
0 commit comments