Skip to content

test(deps): test example-cypress-github-action when changed#1468

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:test/cypress-github-action
Jan 23, 2026
Merged

test(deps): test example-cypress-github-action when changed#1468
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:test/cypress-github-action

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

example-cypress-github-action.yml contains only an event trigger for workflow_dispatch and is therefore only ever tested manually

Change

Add the following event trigger to example-cypress-github-action.yml

  push:
    paths:
      - '.github/workflows/example-cypress-github-action.yml'
  pull_request:
    paths:
      - '.github/workflows/example-cypress-github-action.yml'

The Cypress Docker images are already tested extensively in CircleCI and in example-tests.yml, so the workflow only needs to be tested if it is changed.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added type: enhancement example 💎 Need to create a good example labels Jan 23, 2026
@MikeMcC399 MikeMcC399 self-assigned this Jan 23, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 23, 2026 10:55
@jennifer-shehane jennifer-shehane merged commit 686a8bf into cypress-io:master Jan 23, 2026
58 checks passed
@MikeMcC399 MikeMcC399 deleted the test/cypress-github-action branch January 23, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example 💎 Need to create a good example type: enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants