Skip to content

Commit

Permalink
Merge pull request #411 from anstadnik/update_CI
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
anstadnik authored Sep 19, 2023
2 parents 4758ed6 + cf7b77d commit 48ed8a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dawidd6/action-download-artifact@v2
if: github.base_ref == 'main'
with:
pr: ${{github.event.pull_request.number}}
workflow: CI.yml
name: executable
path: bin/bot
name: table
- uses: dawidd6/action-download-artifact@v2
if: github.base_ref == 'main'
with:
pr: ${{github.event.pull_request.number}}
workflow: CI.yml
name: table
name: executable
path: bin/bot

- name: Restart bot
env:
Expand Down

0 comments on commit 48ed8a5

Please sign in to comment.