Skip to content

Bump actions/checkout from 6 to 7 #180

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #180

Workflow file for this run

name: System tests (PR)
on:
pull_request:
types: [labeled]
jobs:
run-system-tests:
name: Trigger system tests
if: ${{ github.event.label.name == 'trigger-system-tests' }}
uses: precice/tutorials/.github/workflows/system-tests.yml@develop
with:
suites: release
build_args: "TUTORIALS_REF:${{ github.event.pull_request.head.sha }}"