We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcd6c6 commit 3c0e91cCopy full SHA for 3c0e91c
.github/workflows/nightly.yaml
.github/workflows/validate.yaml
@@ -10,10 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
environment: DEV
12
steps:
13
+ - name: Debug Event Payload
14
+ run: |
15
+ echo "${{ toJson(github.event) }}"
16
- name: Checkout code
17
uses: actions/checkout@v4
18
19
- name: Run tests (controlled via environment variable)
20
run: |
21
echo "Running Quick Validation Tests..."
- # Your quick validation test commands here
22
+ # Your quick validation test commands here
23
+
0 commit comments