Skip to content

Commit

Permalink
run tmate only for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 30, 2024
1 parent 60ccd9b commit 6c78eea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ jobs:
run: |
sudo -E ./utils/publish-rpm.sh repo_backup
- name: Setup tmate session
if: matrix.platform.arch == 'x86_64'
uses: mxschmitt/action-tmate@v3

- name: RPM repo refresh for redhat
run: |
sudo -E ./utils/publish-rpm.sh repo_repodata_rebuild
Expand All @@ -192,7 +196,3 @@ jobs:
- name: RPM repo publish for redhat
run: |
sudo -E ./utils/publish-rpm.sh repo_publish
- name: Setup tmate session
if: always()
uses: mxschmitt/action-tmate@v3

0 comments on commit 6c78eea

Please sign in to comment.