Skip to content

Commit

Permalink
Add .github/workflows/macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2024
1 parent 4fe43eb commit d6e51f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build macOS
on:
schedule:
# Run every 5 minute
- cron: '*/5 * * * *'
jobs:
schedule:
if: github.event.schedule
name: Schedule
runs-on: ubuntu-latest
steps:
- run: |
latest_sha=$(gh api repos/erlang/otp/commits/master --jq .sha)
echo "Latest SHA: $latest_sha"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d6e51f4

Please sign in to comment.