Skip to content

Commit

Permalink
WIP: runner image in matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-sakhnov committed Oct 28, 2024
1 parent f14a4d3 commit ee7ed56
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 264 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/approved-for-ci-run.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Handle `approved-for-ci-run` label
# This workflow helps to run CI pipeline for PRs made by external contributors (from forks).

on: {}
# pull_request_target:
# branches:
# - main
# types:
# # Default types that triggers a workflow ([1]):
# # - [1] https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
# - opened
# - synchronize
# - reopened
# # Types that we wand to handle in addition to keep labels tidy:
# - closed
# # Actual magic happens here:
# - labeled
on:
pull_request_target:
branches:
- main
types:
# Default types that triggers a workflow ([1]):
# - [1] https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
- opened
- synchronize
- reopened
# Types that we wand to handle in addition to keep labels tidy:
- closed
# Actual magic happens here:
- labeled

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
Loading

0 comments on commit ee7ed56

Please sign in to comment.