Skip to content

Commit

Permalink
Fix test workflow for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jan 5, 2025
1 parent 061cd15 commit b3ac7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
event_name:
required: false
type: string
default: 'pull_request'
default: "pull_request"

jobs:
test:
Expand All @@ -31,6 +31,7 @@ jobs:
- name: Create new cache
run: |
mkdir -p /tmp/.buildx-cache
mkdir -p /tmp/.buildx-cache-new
- name: Bake docker images
Expand Down

0 comments on commit b3ac7c2

Please sign in to comment.