Add Actions names

This commit is contained in:
Brett Logan 2022-02-21 10:17:34 -05:00
parent 443bae5b6f
commit 6e6d1348a6
No known key found for this signature in database
GPG key ID: 52ED7D1F56850EE6
5 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
name: Deploy Production
###########################################
# Start the job on all push or PR to main #
###########################################

View file

@ -9,7 +9,7 @@
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
name: Deploy Release
###########################################
# Start the job upon publishing a release #
###########################################

View file

@ -10,6 +10,8 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
name: Stack Linter
#############################
# Start the job on all push #
#############################

View file

@ -1,6 +1,6 @@
# Disabling trivy scans while they get troubleshooting for failures
---
name: Container Security Scan with Trivy
name: Trivy Container Scan
on:
push:
branches:

View file

@ -13,7 +13,7 @@
##########################
# Name of the action job #
##########################
name: Keep GitHub tag versions up-to-date
name: GitHub Tag Update
#####################################################
# Run the job when a release is published or edited #