Skip to content

fail-notifyが間違ってたので直してあげたよ! #4030 #2

fail-notifyが間違ってたので直してあげたよ! #4030

fail-notifyが間違ってたので直してあげたよ! #4030 #2

Workflow file for this run

---
name: build-elm
on:
pull_request:
merge_group:
jobs:
build-elm:
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/[email protected]
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
- run: ./make_compiler.sh
working-directory: elm
if: github.event_name != 'pull_request' || github.event.action != 'closed'
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: update-elm
pr-title-prefix: ElmのARM64向けバイナリをアップデートしたよ!
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true