Skip to content

Commit

Permalink
chore: cleanup workflow files (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic authored Feb 4, 2025
1 parent dea6aea commit 4929c48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: 🔄 CI | PR / Merge

on:
push:
Expand All @@ -15,7 +15,7 @@ env:

jobs:
build:
name: Validate distributions build, third party libraries and security
name: Build & Validate
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: This file should always be named `repolinter.yml` to allow
# workflow_dispatch to work properly
name: Repolinter Action
name: 🔍 Repolinter

# NOTE: This workflow will ONLY check the default branch!
# Currently there is no elegant way to specify the default
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/scripts/set_version.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: . 🕵🏼 Security scanner
name: 🔍 Security scanner
on:
schedule:
# Scheduled to run in the morning (PT) on every day-of-week from Monday through Friday.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Trivy Cache
name: 🔍 Update Trivy Cache

on:
schedule:
Expand Down

0 comments on commit 4929c48

Please sign in to comment.