Skip to content

Instantly share code, notes, and snippets.

@chrisplim
Last active March 7, 2025 05:19
Show Gist options
  • Select an option

  • Save chrisplim/c8259de2970d50ad244728eae8fce257 to your computer and use it in GitHub Desktop.

Select an option

Save chrisplim/c8259de2970d50ad244728eae8fce257 to your computer and use it in GitHub Desktop.
check mismatch in PR
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"
@chrisplim
Copy link
Author

Screenshot 2025-03-06 at 9 11 35 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment