diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000000..f57a0b4345 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: check_kar + +on: + pull_request: + branches: [main] + types: [opened, reopened, synchronize] +jobs: + draft_release: + name: Draft Release + uses: ./.github/workflows/job1.yml + secrets: inherit \ No newline at end of file diff --git a/a.txt b/a.txt new file mode 100644 index 0000000000..67542283f4 --- /dev/null +++ b/a.txt @@ -0,0 +1 @@ +Hello i am asdasd rmpty. \ No newline at end of file