You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitFlow: Merge release/v2 into main for release (#4936)
* check before assign tilelons and tilelats in MAPL_Locstreamget when built by gfortran (#4901)
Co-authored-by: Matt Thompson <matthew.thompson@nasa.gov>
* v2: Prepare for 2.69.1 release (#4935)
* v2: Try and fix up CI (#4937)
---------
Co-authored-by: Weiyuan Jiang <52509753+weiyuan-jiang@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/enforce-labels.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ concurrency:
10
10
11
11
jobs:
12
12
require-label:
13
-
runs-on: ubuntu-latest
13
+
runs-on: ubuntu-slim
14
14
steps:
15
15
- uses: mheap/github-action-required-labels@v5
16
16
env:
@@ -23,7 +23,7 @@ jobs:
23
23
message: "This PR is being prevented from merging because you have not added one of our required labels: {{ provided }}. Please add one so that the PR can be merged."
0 commit comments