Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This workflow is for newly created workflows. And also tests gha-lint itself.
on:
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
Expand All @@ -9,9 +10,6 @@ on:
- reopened
# Manually trigger this workflow to pass required status check
- ready_for_review
paths:
- ".github/workflows/gha-lint.yml"
- ".github/workflows/test-gha-lint.yml"
jobs:
call-gha-lint:
permissions:
Expand Down