We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb857db commit 4b3702eCopy full SHA for 4b3702e
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Lint and test
35
run: make all
36
- name: Trigger CircleCI for deployment
37
- if: ${{ (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'netlify/gotrue') && matrix.go-version == '1.15.x' }}
+ if: ${{ (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'netlify/gotrue') }}
38
run: |
39
curl -X POST --silent --show-error --fail \
40
-H 'Circle-Token: ${{ secrets.CIRCLE_TOKEN }}' \
0 commit comments