Skip to content

Commit

Permalink
refactor(ci/cd): change name & ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 19, 2024
1 parent 27202c4 commit fd61fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml → .github/workflows/CI-Merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD
name: CI-Merge

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/CI-PR.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI-PR

on:
pull_request:
Expand Down

0 comments on commit fd61fc0

Please sign in to comment.