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 08c613d commit 924e498Copy full SHA for 924e498
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
labels: ${{ steps.meta.outputs.labels }}
41
context: .
42
- name: Test
43
- if: ${{ false && github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' }}
44
uses: ./
45
with:
46
owner: ${{ github.repository_owner }}
0 commit comments