Skip to content

Commit

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

jobs:
echo_vars:
runs-on: ubuntu-22.04
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "github.workflow: ${{ github.workflow }}"
- run: echo "github.ref: ${{ github.ref }}"
- run: echo "github.event.pull_request.number: ${{ github.event.pull_request.number }}"
- run: echo "github.run_id: ${{ github.run_id }}"
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

# echo_vars:
# runs-on: ubuntu-22.04
# steps:
# - run: echo "github.workflow: ${{ github.workflow }}"
# - run: echo "github.ref: ${{ github.ref }}"
# - run: echo "github.event.pull_request.number: ${{ github.event.pull_request.number }}"
# - run: echo "github.run_id: ${{ github.run_id }}"

changed:
permissions:
Expand Down

0 comments on commit 5fe0f6d

Please sign in to comment.