Skip to content

Commit

Permalink
Merge branch 'fix-syntax-error' into 'master'
Browse files Browse the repository at this point in the history
fix(IDX): fix release workflow

 

See merge request dfinity-lab/public/ic!20232
  • Loading branch information
basvandijk committed Jul 4, 2024
2 parents e4eeb33 + f73b602 commit 2e86840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-source/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ anchors:
run: ./gitlab-ci/src/ci-scripts/before-script.sh

jobs:
name: Check CI Main Failure
ci-main-failure:
name: Check CI Main Failure
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
BUILDEVENT_DATASET: "github-ci-dfinity"
jobs:
name: Check CI Main Failure
ci-main-failure:
name: Check CI Main Failure
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
Expand Down

0 comments on commit 2e86840

Please sign in to comment.