mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: do not build merge commits
This commit is contained in:
parent
b14eed07f4
commit
5c0f325de3
5 changed files with 5 additions and 0 deletions
1
.github/workflows/job_build_tr1.yml
vendored
1
.github/workflows/job_build_tr1.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- id: vars
|
||||
name: Prepare variables
|
||||
|
|
1
.github/workflows/job_build_tr1_macos.yml
vendored
1
.github/workflows/job_build_tr1_macos.yml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: Extend PATH for MacPorts
|
||||
run: |
|
||||
|
|
1
.github/workflows/job_build_tr2.yml
vendored
1
.github/workflows/job_build_tr2.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- id: vars
|
||||
name: Prepare variables
|
||||
|
|
1
.github/workflows/job_release.yml
vendored
1
.github/workflows/job_release.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: "Prepare release data"
|
||||
id: prepare_release_data
|
||||
|
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue