Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

build(deps-dev): bump tap from 16.3.8 to 18.7.2 in /apps/ecars-services #14149

build(deps-dev): bump tap from 16.3.8 to 18.7.2 in /apps/ecars-services

build(deps-dev): bump tap from 16.3.8 to 18.7.2 in /apps/ecars-services #14149

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@v3
- name: 'Watch CodeTour changes'
uses: pozil/[email protected]
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."