Skip to content

Commit

Permalink
Merge pull request red-gate#46 from RG-AutoPilot/release
Browse files Browse the repository at this point in the history
Disabling automatic scheduled validation workflow logic
  • Loading branch information
csnhawkins authored Feb 17, 2025
2 parents 7716b47 + 238e6fa commit e65540e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: GitHub - Pipeline Validation Workflow
name: GitHub - FastTrack Pipeline Validation Workflow

on:
workflow_dispatch: # Allows manual triggering
repository_dispatch:
types: [trigger-validation] # Listens for dispatch events, which can trigger this workflow automatically on regular schedules
pull_request:
branches:
- release # Triggers on PRs to release
- 'feature/*' # Triggers on PRs to any feature branch
schedule:
- cron: "0 2 * * *" # Runs at 3 AM UTC
# schedule:
# - cron: "0 2 * * *" # Runs at 3 AM UTC

### Step 1: Define Repository Secrets ###
### Environment Secrets - Create Environment Secrets ###
Expand Down

0 comments on commit e65540e

Please sign in to comment.