mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Update for GitHub org rename to LadybirdBrowser
This commit is contained in:
4
.github/workflows/libjs-test262.yml
vendored
4
.github/workflows/libjs-test262.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
run_and_update_results:
|
||||
runs-on: self-hosted
|
||||
if: false
|
||||
#if: always() && github.repository == 'LadybirdWebBrowser/ladybird' && github.ref == 'refs/heads/master'
|
||||
#if: always() && github.repository == 'LadybirdBrowser/ladybird' && github.ref == 'refs/heads/master'
|
||||
|
||||
concurrency: libjs-test262
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
echo "Cleaning up previous run"
|
||||
rm -rf "${{ github.workspace }}/*"
|
||||
|
||||
- name: Checkout LadybirdWebBrowser/ladybird
|
||||
- name: Checkout LadybirdBrowser/ladybird
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout SerenityOS/libjs-test262
|
||||
|
||||
Reference in New Issue
Block a user