Skip to content
Open

Test #140

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/checklist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: QA
name: QAA
on:
pull_request:
types: [opened, synchronize, reopened, edited]
Expand Down Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Print run_id
run: |
echo ${{ github.run_id }}
pwd
echo ${{ github.workspace }}

- name: Deploy
if: cancelled()
Expand Down