Skip to content

Commit 3c0e91c

Browse files
committed
test
1 parent 4dcd6c6 commit 3c0e91c

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed

.github/workflows/nightly.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/validate.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: DEV
1212
steps:
13+
- name: Debug Event Payload
14+
run: |
15+
echo "${{ toJson(github.event) }}"
1316
- name: Checkout code
1417
uses: actions/checkout@v4
1518

1619
- name: Run tests (controlled via environment variable)
1720
run: |
1821
echo "Running Quick Validation Tests..."
19-
# Your quick validation test commands here
22+
# Your quick validation test commands here
23+

0 commit comments

Comments
 (0)