Skip to content

aurutils

aurutils #5

Workflow file for this run

name: aurutils
on:
workflow_call:
workflow_dispatch:
inputs:
action:
description: "Repository action"
required: true
type: choice
default: 'build'
options:
- 'build'
- 'remove'
- 'skip'
push:
branches:
- master
paths:
- aur/aurutils/.SRCINFO
jobs:
repository:
strategy:
matrix:
repository: [public]
uses: ./.github/workflows/_job_pkgrepo.yml
with:
pkgdir: aur/aurutils
repository: ${{ matrix.repository }}
action: ${{ inputs.action != '' && inputs.action || 'build' }}