Skip to content

Commit

Permalink
Create manual_trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-CongD authored Dec 16, 2024
1 parent b750018 commit d0e1e52
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/manual_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
workflow_dispatch:

permissions:
contents: write

jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout arduio_staging repo
uses: actions/checkout@v4
with:
repository: SiliconLabs/wisun_applications_staging
ref: main

- name: ls
run : |
ls wisun_applications_staging
# token: ${{ secrets.PAT }}

0 comments on commit d0e1e52

Please sign in to comment.