Skip to content

Commit

Permalink
add autobuild on delta
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 4, 2023
1 parent 606459e commit bea0470
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Autobuild

on:
schedule:
- cron: '01 06 * * *' # UTC 6:01am, corresponds to 00:01 CST or 01:01 CDT

jobs:
Delta:
timeout-minutes: 60

runs-on: delta
name: Delta

steps:
- uses: actions/checkout@v3
with:
ref: autobuild
- name: build
run: |
echo "Running autobuild on delta"
hostname
uname -a
lsb_release -a

0 comments on commit bea0470

Please sign in to comment.