Last active
March 7, 2025 05:19
-
-
Save chrisplim/c8259de2970d50ad244728eae8fce257 to your computer and use it in GitHub Desktop.
check mismatch in PR
This file contains hidden or 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: CI | |
| run-name: CI - ${{ github.head_ref || github.ref }} | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: 'read' | |
| id-token: 'write' | |
| jobs: | |
| job-name: | |
| steps: | |
| - run: echo "hello" |
Author
chrisplim
commented
Mar 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment