Skip to content

Commit

Permalink
update actions to ignore shows
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Aug 23, 2024
1 parent 35f4045 commit d20bbd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run_Playwright_Tests_on_PRs

on:
pull_request:
paths-ignore:
- 'shows/*.md'

env:
PUBLIC_GITHUB_ID: ${{ secrets.PUBLIC_GITHUB_ID }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/svelte_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run_Svelte_Check_on_PRs

on:
pull_request:
paths-ignore:
- 'shows/*.md'

env:
PUBLIC_GITHUB_ID: ${{ secrets.PUBLIC_GITHUB_ID }}
Expand Down
9 changes: 9 additions & 0 deletions shows/99999 - Test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
number: 99999
title: Test
date: 1725274800000
url: https://traffic.libsyn.com/syntax/Syntax_-_816.mp3
youtube_url: https://www.youtube.com/watch?v=NwX9uPWs2t0
---

Testing to see if certain github actions are ignored. Will delete this file if it works.

0 comments on commit d20bbd7

Please sign in to comment.