Skip to content

Commit

Permalink
Update of workflows:
Browse files Browse the repository at this point in the history
 - Now only running when someone push a commit to the master.
 - switched to latest version of both macos and ubuntu
  • Loading branch information
SamueleGiuli committed Jul 10, 2024
1 parent a6bb7ce commit 687f0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/MacOS_Scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Scheduled CI SciFortran workflow for MacOS

on:
schedule:
# min - hour - day of month - month - day of week
- cron: '0 3 * * *' #Everyday at 3:00 A.M.
push:
- 'master'

defaults:
run:
shell: bash -l {0}

jobs:
test-QcmP:
runs-on: macos-11
runs-on: macos-latest
strategy:
fail-fast: false

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/Ubuntu_Scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Scheduled CI SciFortran workflow for Ubuntu

on:
schedule:
# min - hour - day of month - month - day of week
- cron: '0 3 * * *' #Everyday at 3:00 A.M.
push:
- 'master'

defaults:
run:
shell: bash -l {0}

jobs:
test-QcmP:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false

Expand Down

0 comments on commit 687f0ac

Please sign in to comment.