From 9044b7905928fc3e6bfc690b5e8b315ab5b49789 Mon Sep 17 00:00:00 2001 From: mapx <10303732+mapx-@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:27:23 +0300 Subject: [PATCH] add wf --- .github/workflows/run1.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/run1.yml diff --git a/.github/workflows/run1.yml b/.github/workflows/run1.yml new file mode 100644 index 0000000..eb77a59 --- /dev/null +++ b/.github/workflows/run1.yml @@ -0,0 +1,19 @@ +name: run1-script +on: workflow_dispatch +jobs: + runx: + runs-on: ubuntu-latest + permissions: write-all + steps: + - uses: christosgalano/delete-workflow-runs@v1.0.0 + with: + owner: mapx- + repo: test + token: ${{ secrets.workflow_PAT }} + workflow: test.yml + + + + + + \ No newline at end of file