Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg O'Grady committed Nov 11, 2024
1 parent 44fe246 commit 5328665
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request:
types: [opened, synchronize]
branches:
- 'greg/**'
- 'gtmq_*'

jobs:
gtest:
name: Vercel Preview Comments
steps:
- name: Just a Test
run: echo "Skipping Vercel Preview Comments for greg/"
28 changes: 14 additions & 14 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'Skip Vercel Checks'
on:
pull_request:
branches:
- 'gtmq_*'
- 'greg/**'

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_"
# name: 'Skip Vercel Checks'
# on:
# pull_request:
# branches:
# - 'gtmq_*'
# - 'greg/**'
#
# 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
Expand Down

0 comments on commit 5328665

Please sign in to comment.