Skip to content

Commit

Permalink
Revert gh action task names
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Feb 9, 2025
1 parent 3712018 commit 6254b7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on commit
name: Build examples
on:
push:
branches:
Expand All @@ -15,6 +15,6 @@ jobs:
java-version: '17'
#cache: 'gradle'

- name: Build sources
- name: Build examples
run: ./gradlew build

0 comments on commit 6254b7e

Please sign in to comment.