Skip to content

Commit 06c33a4

Browse files
Revert "test: auto-generated files during deploy"
This reverts commit be33d3d.
1 parent 6e0ee47 commit 06c33a4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
name: Build Auto-Generated Files
33
on:
4+
pull_request:
45
workflow_dispatch:
56

67
jobs:
78
build-contributors:
89
name: Build Auto-Generated Files
910
if: github.repository != 'AdobeDocs/dev-docs-template'
10-
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@deploy-push
11+
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main
1112
secrets: inherit
1213

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
deployment:
2828
name: Deployment
29-
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@deploy-push
29+
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
3030
with:
3131
env: ${{ inputs.env || 'prod' }}
3232
baseSha: ${{ inputs.baseSha || '' }}

0 commit comments

Comments
 (0)