Skip to content

Commit

Permalink
Update merge-requires.yml
Browse files Browse the repository at this point in the history
Fix github action

AB#10062

Signed-off-by: Paul Hewlett <1104895+eccles@users.noreply.github.com>
  • Loading branch information
eccles authored Nov 20, 2024
1 parent 9b4a16a commit 805ae9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/merge-requires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
runs-on: ubuntu-latest
needs: [ci]
steps:
- name: Echo github obj
run: echo ${{ toJson(github) }}
- name: ok
run: |
echo "event_name=${{ github.event_name}}"
echo "This code is mergeable"
release-checks-ok:
runs-on: ubuntu-latest
needs: [ci, release]
steps:
- name: Echo github obj
run: echo ${{ toJson(github) }}
- name: ok
run: |
echo "event_name=${{ github.event_name}}"
echo "This code is releasable"

0 comments on commit 805ae9d

Please sign in to comment.