Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 25, 2024
1 parent c48a5f7 commit f185a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/workflow-stopper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inputs:
runs:
using: "composite"
steps:
- name: test
run: env
shell: bash
- name: Worfklow stopper - Generate token
uses: actions/create-github-app-token@v1
id: app-token
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
container:
image: ${{ needs.preflight.outputs.IMAGE }}
steps:
- run: exit 1
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit f185a5d

Please sign in to comment.