Skip to content

Commit

Permalink
bug-fix: add slash and types
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 10, 2024
1 parent 16c5db6 commit 791057d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SaveScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
name: base/${{ github.head_ref }}
path: |
**/build/outputs/roborazzi
**/build/outputs/roborazzi/
retention-days: 30
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- README.md
types: [ opened, synchronize, reopened, closed ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -13,7 +14,6 @@ permissions:
contents: write
actions: read
pull-requests: write

jobs:
test-prod:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 791057d

Please sign in to comment.