mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2025-02-28 14:21:07 +03:00
gha fixes
This commit is contained in:
parent
338535ebee
commit
1032f14948
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -1,8 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: nuget
|
||||
directory: "src/atlassian-downloader"
|
||||
- package-ecosystem: "nuget"
|
||||
directory: "/src"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
open-pull-requests-limit: 10
|
||||
|
6
.github/workflows/dotnet-develop.yml
vendored
6
.github/workflows/dotnet-develop.yml
vendored
@ -13,11 +13,11 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-dotnet@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
10
.github/workflows/dotnet-master.yml
vendored
10
.github/workflows/dotnet-master.yml
vendored
@ -4,17 +4,19 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
tags:
|
||||
- '*'
|
||||
schedule:
|
||||
- cron: '00 00 * * 6' # At 12:00 AM, only on Saturday
|
||||
- cron: '02 00 * * 6' # At 02:00, only on Saturday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-dotnet@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user