Skip to content

Commit

Permalink
Remove update input
Browse files Browse the repository at this point in the history
- The default was not working when running with cron
- We only have one env currently, so we can hardcode it
  • Loading branch information
DanielSchiavini committed Apr 17, 2024
1 parent ae35681 commit 30cb365
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ on:
schedule:
# Run Monday at 4:00 UTC
- cron: "0 4 * * 1"
workflow_dispatch:
inputs:
environment:
type: environment
description: Select the environment
default: stable

jobs:
deploy:
name: "Update dependencies of ${{ inputs.environment }}"
environment:
name: ${{ inputs.environment }}
name: "Update dependencies"
environment: stable
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 30cb365

Please sign in to comment.