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 4060e14
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_checks:
name: Vercel Preview Comments
runs-on: ubuntu-latest
steps:
- name: Skip Vercel Preview Comments
run: echo "Skipping Vercel Preview Comments for gtmq_"

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

0 comments on commit 4060e14

Please sign in to comment.