Skip to content

Commit 16fd85f

Browse files
committed
CCM-10294: standardise cicd tests
1 parent b4d2557 commit 16fd85f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
run: |
1818
echo number${{ github.event.number }}
1919
echo action${{ github.event.action }}
20+
echo pull_request${{ github.event.pull_request }}
21+
echo push${{ github.event.push }}
22+
echo issue${{ github.event.issue }}
23+
echo workflow${{ github.workflow }}
24+
echo ref${{ github.ref }}
25+
echo repository${{ github.repository }}
2026
echo id${{ github.event.id }}
2127
echo event${{ github.event }}
2228
echo github${{ github }}

0 commit comments

Comments
 (0)