Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2024
1 parent c1e0b2f commit fb196f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ on:
default: "OTP-27.0.1"
openssl-version:
default: "3.1.6"
schedule:
# Run every 1 minute
- cron: '*/1 * * * *'
# TODO: remove push: before merging
push:
concurrency: builds_txt
jobs:
schedule:
if: github.event.schedule
runs-on: ubuntu-latest
steps:
run: |
latest_sha=$(gh api repos/erlang/otp/commits/master --jq '.[0].sha')
echo "Latest SHA: $latest_sha"
build:
name: "Build OTP macOS ${{ matrix.arch }}"
runs-on: macos-latest
Expand Down

0 comments on commit fb196f8

Please sign in to comment.