Skip to content

Commit

Permalink
test pat again
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 4d18e86 commit 4bc9303
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-fallctf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '_global/content/profiles/**'
- '.github/**'
- '!.github/workflows/scheduled-pings.yml'
- '!.github/workflows/deploy-test.yml'
- '!.github/workflows/date.yml'
- 'fallctf.com/**'
- 'guides'
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-sigpwny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- '_global/**'
- '.github/**'
- '!.github/workflows/scheduled-pings.yml'
- '!.github/workflows/deploy-test.yml'
- '!.github/workflows/date.yml'
- 'sigpwny.com/**'
- 'guides'
concurrency:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
paths:
- '.github/workflows/deploy-test.yml'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-uiuctf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '_global/content/profiles/**'
- '.github/**'
- '!.github/workflows/scheduled-pings.yml'
- '!.github/workflows/deploy-test.yml'
- '!.github/workflows/date.yml'
- 'uiuc.tf/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4bc9303

Please sign in to comment.