[SC64] Fix PR building

This commit is contained in:
Mateusz Faderewski 2023-02-11 10:42:18 +01:00
parent 65ec2463bb
commit 7c7919fd8e
2 changed files with 18 additions and 4 deletions

View File

@ -4,12 +4,12 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- created
workflow_run:
workflows:
- pull-request
workflow_dispatch:
jobs:
@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Prepare Lattice Diamond license
env:
ENCODED_LICENSE: ${{ secrets.LATTICE_DIAMOND_LICENSE }}

14
.github/workflows/pull-request.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: pull-request
on:
pull_request:
branches:
- main
jobs:
trigger-pull-request-build:
runs-on: ubuntu-latest
steps:
- name: Trigger PR build
run: echo "Triggering \"${{ github.event.pull_request.title }}\" build"