Skip to content

Commit

Permalink
Update ubuntu_20.04_Build_and_Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorwin authored Sep 13, 2024
1 parent 890515c commit 320d869
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ubuntu_20.04_Build_and_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Ubuntu 20.04 build and tests

on:
# run nightly at 2:00 am
schedule:
- cron: "0 2 * * *"
# schedule:
# - cron: "0 2 * * *"
# allow to be triggered on github webpage manually
workflow_dispatch:
# run whenever someone pushes data
# WARNING: this may give excessive build times which need to be paid!
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
# as we do not have much development, this will not cause much traffic/build times
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 320d869

Please sign in to comment.