Skip to content

build.yml: Fix typo #101

build.yml: Fix typo

build.yml: Fix typo #101

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
issue_comment:
types: [created]
workflow_dispatch:
jobs:
build:
if: github.event_name != 'issue_comment'
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
with:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies: >
linuxmint/xapp
##############################
generate-test-packages:
if: github.event_name == 'issue_comment' && github.event.issue.pull_request
uses: linuxmint/github-actions/.github/workflows/generate-test-packages.yml@master
secrets: inherit
with:
comment_body: ${{ github.event.comment.body }}
comment_user: ${{ github.event.comment.user.login }}
comment_id: ${{ github.event.comment.id }}
issue_number: ${{ github.event.issue.number }}
dependencies: >
linuxmint/xapp