Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Dec 20, 2023
1 parent a40b8bf commit aca23c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ concurrency:
cancel-in-progress: true

jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo "github.ref: ${{ github.ref || github.run_id }}"
- run: echo "github.event.pull_request.number: ${{ github.event.pull_request.number || github.run_id }}"

changed:
permissions:
contents: read # for dorny/paths-filter to fetch a list of changed files
Expand Down

0 comments on commit aca23c5

Please sign in to comment.