Skip to content

Commit 924e498

Browse files
author
Rabih Salamey
committed
allow test to be run
1 parent 08c613d commit 924e498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
labels: ${{ steps.meta.outputs.labels }}
4141
context: .
4242
- name: Test
43-
if: ${{ false && github.event_name == 'pull_request' }}
43+
if: ${{ github.event_name == 'pull_request' }}
4444
uses: ./
4545
with:
4646
owner: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)