Skip to content

Allow artifact base names for S3 uploads to differ from GL canonical … #2262

Allow artifact base names for S3 uploads to differ from GL canonical …

Allow artifact base names for S3 uploads to differ from GL canonical … #2262

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
pull_request:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/setup
- name: Simple poetry build no package
run: make build