Skip to content

Skip push workflows for Copilot PRs #6

Skip push workflows for Copilot PRs

Skip push workflows for Copilot PRs #6

name: "Copilot Setup Steps"
# Automatically run the setup steps when they are changed to allow for easy validation, and
# allow manual testing through the repository's "Actions" tab
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.actor != 'copilot-swe-agent[bot]'
permissions:
contents: read
steps:
- uses: actions/checkout@master
- uses: Bogdanp/[email protected]
with:
version: stable
- run: raco pkg install --batch --auto --link --name resyntax