mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refactor workflow files: Update build names for different platforms
This commit is contained in:
1
.github/workflows/linux-alpha-build.yml
vendored
1
.github/workflows/linux-alpha-build.yml
vendored
@@ -1,3 +1,4 @@
|
||||
name: Linux Alpha Build
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
1
.github/workflows/macos-alpha-build.yml
vendored
1
.github/workflows/macos-alpha-build.yml
vendored
@@ -1,3 +1,4 @@
|
||||
name: macOS Alpha Build
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Close inactive issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "51 11 * * *"
|
||||
- cron: "53 11 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
2
.github/workflows/windows-alpha-build.yml
vendored
2
.github/workflows/windows-alpha-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
name: Windows Alpha Build
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
2
.github/workflows/windows-profile-build.yml
vendored
2
.github/workflows/windows-profile-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
name: Windows PGO Builds
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
Reference in New Issue
Block a user