summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools.yml
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-07-08 08:23:08 -0700
committerRalph Giles <giles@thaumas.net>2021-07-09 22:23:51 -0700
commit0f2c295780626fa0b7954eae72a79ac675f214e6 (patch)
tree3d19ea0604bf424b21629ef52c05f2fe09e14d5b /.github/workflows/autotools.yml
parentcdeaaf2740ab8fcf125bc6b9a441effa474055d7 (diff)
downloadogg-git-0f2c295780626fa0b7954eae72a79ac675f214e6.tar.gz
github actions: Align cmake step names with the autotools build.
Make it a little more clear how steps correspond, and add 'build' to both workflow names so the intention of the runs is explicit on the actions page.
Diffstat (limited to '.github/workflows/autotools.yml')
-rw-r--r--.github/workflows/autotools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index bfb7a60..d501cb4 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -1,4 +1,4 @@
-name: Autotools
+name: Autotools build
on:
push: