Skip to content

Commit

Permalink
Merge pull request #51 from stfc/remove_pr_workflow
Browse files Browse the repository at this point in the history
MAINT: Ignore cloud chatops paths
  • Loading branch information
DavidFair authored Oct 7, 2024
2 parents 1900a7f + 78ddb9c commit a72b7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: docker_images
on:
push:
pull_request:
paths-ignore:
- 'cloud-chatops/**'
- '.github/workflows/cloud_chatops.yaml'
schedule: [{cron: "14 14 * * TUE"}] # Every Tuesday at 14:14
jobs:
setup:
Expand Down

0 comments on commit a72b7da

Please sign in to comment.