Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamilMus committed Jul 10, 2024
1 parent 16212f5 commit ebbf146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/iroha2-dev-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
workflows: ["I2::Dev::Tests"]
types: [completed]

concurrency:
group: ${{ github.workflow }}-${{ github.actor }}
cancel-in-progress: true

jobs:
download-artifact:
runs-on: ubuntu-latest
Expand All @@ -20,6 +16,7 @@ jobs:
with:
path: mine-artifact
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GH_PAT }}
- name: Show artifact
run: |
ls -l mine-artifact/my-artifact
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


jobs:
save-artifact:
runs-on: ubuntu-latest
Expand All @@ -26,11 +21,4 @@ jobs:
- name: Print run ID
if: always()
run: echo ${{ github.run_id }}
- name: Download Artifact
uses: actions/download-artifact@v4
with:
path: mine-artifact
- name: Show artifact
run: |
ls -l mine-artifact/my-artifact
cat mine-artifact/my-artifact/my-artifact

0 comments on commit ebbf146

Please sign in to comment.