diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index cd92d6be0..5d081c186 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -1,4 +1,4 @@ -name: Build branch +name: Build Linux (Obsolete) on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1ce2581..7464a8e36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: # types: [created] workflow_dispatch: -name: Create Release +name: Create Release (Obsolete) jobs: build: