Skip to content

Commit f663e28

Browse files
committed
Update OCA workflows
1 parent d517703 commit f663e28

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/oca-slack-pr-created.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Get event payload
18-
shell: pwsh
19-
run: |
20-
Write-Host '${{ toJSON(github.event) }}'
17+
# - name: Get event payload
18+
# shell: pwsh
19+
# run: |
20+
# Write-Host '${{ toJSON(github.event) }}'
2121

2222
- name: Get checkpoints
2323
id: checkpoint

.github/workflows/oca-slack-pr-updated.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Get event payload
18-
shell: pwsh
19-
run: |
20-
Write-Host '${{ toJSON(github.event) }}'
17+
# - name: Get event payload
18+
# shell: pwsh
19+
# run: |
20+
# Write-Host '${{ toJSON(github.event) }}'
2121

2222
- name: Get checkpoints
2323
id: checkpoint

0 commit comments

Comments
 (0)