Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent db830db commit a5e5152
Show file tree
Hide file tree
Showing 2 changed files with 2 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,5 +1,5 @@
name: Build
run-name: Build #${{ github.run_number }} by @${{ github.actor }}
run-name: "Build #${{ github.run_number }} by @${{ github.actor }}"

env:
RELEASE_TYPE: "release"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release
run-name: Release #${{ github.run_number }} by @${{ github.actor }}
run-name: "Release #${{ github.run_number }} by @${{ github.actor }}"

on:
workflow_call:
Expand All @@ -23,10 +23,6 @@ on:
required: true
type: string

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
# release-curseforge:
# name: Deploy to CurseForge
Expand Down

0 comments on commit a5e5152

Please sign in to comment.