mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-24 20:27:06 +00:00
Add .github/build.yml
This commit is contained in:
parent
f985329c37
commit
53be209722
1 changed files with 15 additions and 0 deletions
15
.github/workflows/build.yml
vendored
Normal file
15
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: build
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [self-hosted,ts-large-x64-docker-large]
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
# Actually build stuff here
|
||||
Loading…
Add table
Add a link
Reference in a new issue