Meta: Update for GitHub org rename to LadybirdBrowser

This commit is contained in:
Andreas Kling
2024-06-09 13:02:56 +02:00
parent c86e89665b
commit c096608dd9
12 changed files with 15 additions and 15 deletions

View File

@@ -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