Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 24, 2024
1 parent 2e96d5e commit 1292b69
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will build a Java project with Gradle

name: Build
name: 🏗️ Build

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will run code analysis

name: CodeQL
name: 🔎 CodeQL

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-agent.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will review pull request

name: Pull Request Review 🤖
name: 🤖 Pull Request Review

on:
pull_request:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will check pull request and run tests

name: Pull Request Check
name: 🛂 Pull Request Check

on:
pull_request:
Expand All @@ -12,6 +12,9 @@ jobs:
name: 🛂 Pull Request Check
timeout-minutes: 20
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write

steps:
- name: Checkout repository ⚙️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will publish the release to Maven Central Repository

name: Publish Release
name: 🚀 Publish Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will create a draft release and update release notes

name: Release Drafter
name: 📝 Release Drafter

on:
push:
Expand Down

0 comments on commit 1292b69

Please sign in to comment.