Released new package version 04tKi000000kbj6IAA #1965
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: CodeTour watch | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize, reopened] | |
| jobs: | |
| codetour-watch: | |
| runs-on: trailheadapps-Ubuntu | |
| if: github.actor != 'trailheadapps-bot' && github.actor != 'dependabot[bot]' | |
| steps: | |
| - name: 'Checkout source code' | |
| uses: actions/checkout@v4 | |
| - name: 'Watch CodeTour changes' | |
| uses: pozil/codetour-watch@v3.0.0 | |
| skip-codetour-watch: | |
| if: github.actor == 'trailheadapps-bot' || github.actor == 'dependabot[bot]' | |
| runs-on: trailheadapps-Ubuntu | |
| steps: | |
| - name: Noop | |
| run: | | |
| echo "Skipping workflow run for automated PRs." |