test cicd
This commit is contained in:
@@ -27,8 +27,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2 # needed for git diff tracking
|
||||
|
||||
- name: Defined filter paths
|
||||
uses: actions/paths-filter@v3 # see: https://gitea.psi.ch/actions/paths-filter
|
||||
@@ -88,7 +86,8 @@ jobs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0 }
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- id: set-matrix
|
||||
run: |
|
||||
# Fallback if github.event.before is zeroed out (e.g. initial branch push or tag)
|
||||
|
||||
Reference in New Issue
Block a user