chore: rename deployment workflow to 'Production Deployment' #4
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Build Auto-Generated Files | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build-contributors: | |
| name: Build Auto-Generated Files | |
| if: github.repository != 'AdobeDocs/dev-docs-template' | |
| uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main | |
| secrets: inherit | |