Skip to content

Commit 8a9b131

Browse files
committed
Try to get CI to work again.
1 parent 6415a99 commit 8a9b131

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and Deploy
22
on:
33
- push
4-
- repository_dispatch:
5-
types: [slides-updated]
4+
# - repository_dispatch:
5+
# types: [slides-updated]
66

77
jobs:
88
build:
@@ -11,12 +11,12 @@ jobs:
1111
GH_TOKEN: ${{ github.token }}
1212
steps:
1313
# Show payload only for repository_dispatch
14-
- name: Show dispatch payload
15-
if: ${{ github.event_name == 'repository_dispatch' }}
16-
run: |
17-
echo "Event type: ${{ github.event.action || 'N/A' }}"
18-
echo "Client payload (JSON):"
19-
echo '${{ toJson(github.event.client_payload) }}'
14+
# - name: Show dispatch payload
15+
# if: ${{ github.event_name == 'repository_dispatch' }}
16+
# run: |
17+
# echo "Event type: ${{ github.event.action || 'N/A' }}"
18+
# echo "Client payload (JSON):"
19+
# echo '${{ toJson(github.event.client_payload) }}'
2020
- name: Set timezone
2121
uses: szenius/[email protected]
2222
with:

0 commit comments

Comments
 (0)