This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Bump pyyaml from 6.0 to 6.0.1 in /hack/check-python #774
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Manage acceptance-tests-skipped label" | |
on: | |
pull_request_target: | |
branches: | |
- master | |
- 'release-v**.x' | |
jobs: | |
acceptance-tests-skipped-label: | |
name: "Manage acceptance-tests-skipped label" | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout Git Repository | |
uses: actions/checkout@v3 | |
- name: Check if acceptance tests can be skipped | |
id: check-skip-acceptance | |
uses: ./.github/actions/check-skip-acceptance-tests | |
with: | |
set-label: acceptance-tests-skipped |