Skip to content

Commit

Permalink
build(ci): skip vercel for gtmq_ branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg O'Grady committed Nov 11, 2024
1 parent 1fbdacc commit 86e9e18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Skip Vercel Checks'
on:
pull_request:
types: [opened, synchronize]
branches: 'gtmq_*'

jobs:
vercel:
name: Vercel
runs-on: ubuntu-latest
steps:
- name: Skip Vercel
run: echo "Skipping Vercel for gtmq_"


vercel_checks:
name: Vercel Preview Comments
runs-on: ubuntu-latest
steps:
- name: Skip Vercel Preview Comments
run: echo "Skipping Vercel Preview Comments for gtmq_"

0 comments on commit 86e9e18

Please sign in to comment.