Skip to content

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue. #1907

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue.

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue. #1907

Workflow file for this run

name: ci:build
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Continuous integration (build)
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Install πŸ’Ύ
uses: meteor-actions/install@v3
- name: Cache build πŸ’½
uses: meteor-actions/cache-build@v3
with:
key: build
- name: Build πŸ—οΈ
run: meteor build ../dist