Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-jorda committed Mar 30, 2024
1 parent 36ec097 commit bd954e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: Build master and upload artifact on a schedule
on:
schedule:
- cron: "0 0 1 * *"
branches: [ "master" ]
push:
branches: [ "master" ]
workflow_dispatch:

jobs:
build-and-archive:
runs-on: ubuntu-latest
steps:
- name: checkout-repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build-repo
uses: ./.github/actions/build-repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout-repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build-repo
uses: ./.github/actions/build-repo

0 comments on commit bd954e2

Please # to comment.