ci #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: "0 0 * * 0" # weekly | |
release: | |
types: | |
- published | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yaml | |
with: | |
# note >-, args needs to be strings to be used as inputs | |
# for the reusable build.yaml workflow | |
go-version: >- | |
["1.17.x", "1.18.x"] | |
privilege-level: >- | |
["unpriv", "priv"] |