Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph authored Feb 20, 2025
1 parent eb45cf5 commit 50c6ef8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,16 @@ jobs:
rversion:
runs-on: ubuntu-latest
steps:
- if: github.event.schedule == '0 1 * * 1'
- if: github.event.schedule == '30 1 * * 1'
run: echo "R_VERSION=devel" >> "$GITHUB_OUTPUT"
- if: github.event.schedule == '0 1 * * 2'
- if: github.event.schedule == '30 1 * * 2'
run: echo "R_VERSION=4.4" >> "$GITHUB_OUTPUT"
- if: github.event.schedule == '0 1 * * 3'
- if: github.event.schedule == '30 1 * * 3'
run: echo "R_VERSION=4.3" >> "$GITHUB_OUTPUT"
- if: github.event.schedule == '0 1 * * 4'
- if: github.event.schedule == '30 1 * * 4'
run: echo "R_VERSION=4.2" >> "$GITHUB_OUTPUT"
- if: github.event.schedule == '0 1 * * 5'
- if: github.event.schedule == '30 1 * * 5'
run: echo "R_VERSION=4.1" >> "$GITHUB_OUTPUT"
- if: github.event.schedule == '0 1 * * 3'
run: echo "R_VERSION=4.3" >> "$GITHUB_OUTPUT"
- if: github.event_name != 'schedule'
run: echo "R_VERSION=${{ github.event.inputs.r_version || '4.1' }}" >> "$GITHUB_OUTPUT"

Expand Down

0 comments on commit 50c6ef8

Please sign in to comment.