summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2024-02-26 14:25:08 +0700
committerAlexander V. Wolf <aw@altspu.ru>2024-02-26 14:25:08 +0700
commit3f8a922c0df9260265b4cd301439566ba1762602 (patch)
treed04e2d467bc4f5f6d4fb62ef359a1d462d910028
parent6e89f02f880eef9b2f0e78bf1470933ead22bd04 (diff)
[skip ci] add comments for GHA
-rw-r--r--.github/workflows/appimage.yml1
-rw-r--r--.github/workflows/ci-more.yml1
-rw-r--r--.github/workflows/ci-unix.yml1
-rw-r--r--.github/workflows/ci.yml1
-rw-r--r--.github/workflows/code-quality.yml1
-rw-r--r--.github/workflows/codeql-analysis.yml2
6 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml
index 1703cb1fa5..0afb00391c 100644
--- a/.github/workflows/appimage.yml
+++ b/.github/workflows/appimage.yml
@@ -1,5 +1,6 @@
#
# Build and upload AppImage packages
+# See also https://github.com/actions/runner-images
#
name: "AppImage"
diff --git a/.github/workflows/ci-more.yml b/.github/workflows/ci-more.yml
index d2458d2659..557843b8df 100644
--- a/.github/workflows/ci-more.yml
+++ b/.github/workflows/ci-more.yml
@@ -1,5 +1,6 @@
#
# Implementation of Continuous Integration process for linux and macOS by Github actions (with extra additionals...)
+# See https://github.com/actions/runner-images
#
name: "CI"
diff --git a/.github/workflows/ci-unix.yml b/.github/workflows/ci-unix.yml
index cc1dfb11e0..9e08bb6702 100644
--- a/.github/workflows/ci-unix.yml
+++ b/.github/workflows/ci-unix.yml
@@ -1,5 +1,6 @@
#
# Implementation of Continuous Integration process for UNIX by Github actions (with extra additionals...)
+# See https://github.com/actions/runner-images
#
name: "CI"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fd513a95bd..9eaa1f0a70 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,6 @@
#
# Implementation of Continuous Integration process for linux and macOS by Github actions (with extra additionals...)
+# See https://github.com/actions/runner-images
#
name: "CI"
diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml
index 0fb185991f..658386758f 100644
--- a/.github/workflows/code-quality.yml
+++ b/.github/workflows/code-quality.yml
@@ -1,5 +1,6 @@
#
# Actions for check the code quality
+# See also https://github.com/actions/runner-images
#
name: "Code Quality"
on: [push]
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4f1a65b1d1..e22bbfe385 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,6 +9,8 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
+# See also https://github.com/actions/runner-images
+#
name: "CodeQL"
on: