Experimenting with github actions
This commit is contained in:
parent
4473b9b357
commit
79fa72e593
1 changed files with 2 additions and 5 deletions
7
.github/workflows/pull_request_check.yml
vendored
7
.github/workflows/pull_request_check.yml
vendored
|
@ -2,10 +2,7 @@ name: Pull request check
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, ready_for_review, review_requested]
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -52,4 +49,4 @@ jobs:
|
|||
with:
|
||||
# message: 'yoyo🤙🏻'
|
||||
message: "cat layer_report.txt missing_licenses.txt"
|
||||
GITHUB_TOKEN: ${{ secrets.MAPCOMPLETE_PR_COMMENT_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue