Skip to content

Commit

Permalink
rm IR from workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Feb 19, 2023
1 parent 00b0e8d commit fa7f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: [ 11, 17, 19 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.0 ]
fail-fast: false # in case one JDK fails, we still want to see results from others
name: "[java=${{ matrix.java-version }}, kotlin=${{ matrix.kotlin-version }}, IR=${{ matrix.kotlin-ir-enabled }}]"
name: "[java=${{ matrix.java-version }}, kotlin=${{ matrix.kotlin-version }}]"
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fa7f7e6

Please sign in to comment.