github-actions-workflows Questions

1

Solved

I have a Github Actions workflow that fires on: on: pull_request: types: - synchronize - opened that runs my custom action: jobs: my_job: uses: "org/repo/.github/workflows/main.yml@mast...

1

Solved

I'm not sure if this is a bug or a breaking change happened as of yesterday, I have a pretty simple setup calling three reusable workflows: name: pr-checks on: pull_request: branches: "**&q...
Ramie asked 18/7, 2022 at 17:54
1

© 2022 - 2024 — McMap. All rights reserved.