aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-14 19:28:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-20 12:31:14 -0300
commit29f7a9461080871b83ecb2bfdce242a9266abbab (patch)
treedc48c078a0a2a42a01eb4eca6e11185d1416e687 /.github
parentci: move codeql python job into its own workflow (diff)
downloadfirejail-29f7a9461080871b83ecb2bfdce242a9266abbab.tar.gz
firejail-29f7a9461080871b83ecb2bfdce242a9266abbab.tar.zst
firejail-29f7a9461080871b83ecb2bfdce242a9266abbab.zip
ci: remove "CI" from workflow names
All of the current workflows are used for CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml2
-rw-r--r--.github/workflows/build.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index f35a7d3d3..b6e8e902b 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -1,4 +1,4 @@
1name: Build-extra CI 1name: Build-extra
2 2
3on: 3on:
4 push: 4 push:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12df38762..c898c34f5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@
1name: Build CI 1name: Build
2 2
3# Note: Keep this list in sync with DISTFILES in ../../Makefile. 3# Note: Keep this list in sync with DISTFILES in ../../Makefile.
4on: 4on: