Remove unused variable for Ronin Buddy. Change run target to ubuntu-l… #2
Workflow file for this run
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: Ronin Ecosystem Validator | |
on: | |
pull_request_target: | |
branches: [master] | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
post_merge: | |
name: "Ronin Buddy" | |
uses: './.github/workflows/ci.yml' | |
secrets: inherit | |
with: | |
ref: ${{ github.event.pull_request.head.ref }} | |
repository: ${{ github.event.pull_request.head.repo.full_name }} |