Skip to content

Bump actions/upload-artifact from 2 to 4 #9

Bump actions/upload-artifact from 2 to 4

Bump actions/upload-artifact from 2 to 4 #9

---
name: PR label
on:
pull_request:
types: [labeled]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: false
jobs:
run-liminal-ci-cd:
if: github.event.label.name == 'liminal-CI'
name: Run checks on PR
uses: ./.github/workflows/_liminal-checks-on-pr.yml
secrets: inherit