Skip to content

Commit

Permalink
Create pr_without_tool_change.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-burhans authored Apr 17, 2024
1 parent 1ec985c commit 3e76d58
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr_without_tool_change.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Fallback
# Fallback workflow that provides a succeeding "Check workflow success" job
# as this is a requirement for being able to merge a PR
# see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
determine-success:
name: Check workflow success
runs-on: ubuntu-latest
steps:
- run: 'echo "No tool tests required for this PR"'

0 comments on commit 3e76d58

Please sign in to comment.