Skip to content

Commit

Permalink
back to env picker
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 29, 2023
1 parent 22b5514 commit 3e1b329
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ on:
saveLocalCopy:
type: boolean
default: false
schedule:
- cron: '0 1 * * *'
environment:
type: environment

run-name: Sync peloton to garmin for ${{ inputs.environment }}

jobs:
sync:
strategy:
matrix:
include:
- env: anlesk
- env: jane
runs-on: ubuntu-latest
environment: ${{ matrix.env }}
environment: ${{ github.event.inputs.environment }}
# The type of runner that the job will run on
container:
image: philosowaffle/peloton-to-garmin:stable
Expand Down

0 comments on commit 3e1b329

Please sign in to comment.