Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Apr 19, 2024
1 parent e1edc7c commit 4bf6d8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/intl4x_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
tags:
- 'intl4x-v.*'
pull_request: # DO NOT SUBMIT
workflow_dispatch:

env:
cratename: icu_capi
icu_version: dca53d021de78ac6c80c9c923d482f66cec876d4 #set to [email protected] or a similar constraint at some point
icu_version: 4cfb8e53d895f09656553eeb03bc55a84a5a7a31 #set to [email protected] or a similar constraint at some point

jobs:
dart-libs:
Expand Down Expand Up @@ -155,7 +156,7 @@ jobs:
release:
needs: dart-libs
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
if: github.event_name == 'push'
steps:
- name: Download binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
Expand Down

0 comments on commit 4bf6d8d

Please sign in to comment.