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 be5c3a1 commit 6a3ed80Copy full SHA for 6a3ed80
.github/workflows/ci-bun.yml
@@ -13,6 +13,7 @@ permissions:
13
jobs:
14
main:
15
runs-on: ubuntu-latest
16
+ if: ${{hashFiles('**/bun.lockb')}}
17
steps:
18
- uses: actions/checkout@v4
19
with:
@@ -35,4 +36,4 @@ jobs:
35
36
37
name: playwright-report
38
path: dist/.playwright/apps/
- retention-days: 30
39
+ retention-days: 30
.github/workflows/ci-npm.yml
+ if: ${{ hashFiles('**/package-lock.json')}}
@@ -23,7 +24,7 @@ jobs:
23
24
node-version: latest
25
26
- run: npm ci
-
27
+
28
- uses: nrwl/nx-set-shas@v4
29
30
- name: Install Playwright Browsers
@@ -36,4 +37,4 @@ jobs:
40
0 commit comments