Skip to content

Commit

Permalink
Remove scheduled run
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Oct 30, 2023
1 parent 0f1597e commit 2867ebc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Tools
# Rebuild shared Docker images
# Deploy shared tools - currently just flipt and auth0

on:
push:
branches:
- main
paths:
- tools/**
schedule:
- cron: "30 5 * * MON-FRI" # Every weekday at 05:30 UTC
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'schedule' && (github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,7 +49,6 @@ jobs:

deploy-auth:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'schedule' && (github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 2867ebc

Please sign in to comment.