Skip to content

Commit

Permalink
call workflow without passing any data
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 6, 2024
1 parent ccfb177 commit 0d44720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,4 @@ jobs:
run: nix --option system "${{ matrix.system }}" run .#cachix-push
- name: Run static binary workflow
if: success()
uses: ./.github/workflows/static-binary-check.yaml
with:
token: ${{ secrets.GITHUB_TOKEN }}
uses: juspay/omnix/.github/workflows/static-binary-check.yaml
4 changes: 0 additions & 4 deletions .github/workflows/static-binary-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "Static binary"
on:
workflow_call:
inputs:
token:
required: true
type: string

jobs:
check:
Expand Down

0 comments on commit 0d44720

Please sign in to comment.