diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ba8cb5c..8f433275 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,6 @@ -name: "test dispatch" +name: "Test $GITHUB_WORKFLOW" on: + push: workflow_dispatch: jobs: @@ -8,16 +9,5 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v4 - with: - token: ${{ secrets.DISPATCH }} - repository: armbian/armbian.github.io - event-type: "Mirror" - client-payload: '{"pull_repository": "armbian/os", "cdn_tag": "os"}' - - - name: "Run webindex update action" - uses: peter-evans/repository-dispatch@v4 - with: - token: ${{ secrets.DISPATCH }} - repository: armbian/armbian.github.io - event-type: "Webindex update" + run: | + echo "$GITHUB_WORKFLOW"