Skip to content

Commit

Permalink
fork test: dump github context 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilargitxiki committed Dec 11, 2024
1 parent 20282a8 commit 88e5fb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

fossa-scan:
name: Find license compliance and security issues
if: github.repository == 'Kuadrant/limitador'
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ on:
- cron: '5 4 * * *'

jobs:
dump-github:
name: Dump Github context
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
check:
name: Check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 88e5fb6

Please sign in to comment.