Skip to content

Commit

Permalink
fix(ci): missing checkout on release-trigger-workflows (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored May 20, 2024
1 parent fb5bbce commit 879d2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-trigger-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
release-trigger-builds:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install Github CLI
run: |
set -eux
Expand Down

1 comment on commit 879d2aa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
3 2 0 5 60.00 6m57.786287s

Failed Tests

Name Message ⏱️ Duration Suite
BRGC1 There should not exist que map files. 61.631 s Reverse-Connection
BRCTS1 Connection to map has failed 203.018 s Reverse-Connection

Please sign in to comment.