Skip to content

Commit

Permalink
Updated versions and added manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Sep 26, 2024
1 parent 2b39dc3 commit 3258b4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build
on:
workflow_dispatch:
push:
branches-ignore:
- gh-pages
Expand All @@ -10,16 +11,16 @@ env:

jobs:
rmd-render-job:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Set time zone
uses: szenius/set-timezone@v1.0
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Stockholm"
timezoneMacos: "Europe/Stockholm"
timezoneWindows: "W. Europe Standard Time"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Pull image
run: docker pull ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }}
- name: Define variables
Expand Down

0 comments on commit 3258b4b

Please sign in to comment.