Skip to content

Commit ca594f0

Browse files
committed
Revert "rm"
This reverts commit aa14dac.
1 parent 1d68f52 commit ca594f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/new-name.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: New name
1+
name: Tests
22

33
on:
44
workflow_dispatch:
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
compute-changes:
1616
name: Compute changed files
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
env:
2020
branch_base: 'origin/${{ github.event.pull_request.base.ref }}'

0 commit comments

Comments
 (0)