diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index b4c4e849f3..516cb63e7e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -2,11 +2,11 @@ name: Test on: # To debug the workflow, uncomment this entry AND comment pull_request_target - # pull_request: - # branches: [ main ] - pull_request_target: - branches: [ main, "migrate**" ] - types: [ labeled, opened, reopened, synchronize ] + pull_request: + branches: [ main ] + # pull_request_target: + # branches: [ main, "migrate**" ] + # types: [ labeled, opened, reopened, synchronize ] schedule: - cron: "0 5 * * *" # = 06:00 CET = 07:00 CEST @@ -25,8 +25,20 @@ env: python-version: "3.14" jobs: + skip: + name: Skip workflow on PR branch + runs-on: ubuntu-latest + steps: + - name: Early exit + run: | + gh run cancel ${{ github.run_id }} + gh run watch ${{ github.run_id }} + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + check: name: Check permissions, identify ref to test + needs: skip runs-on: ubuntu-latest steps: - if: > diff --git a/doc/global/index.rst b/doc/global/index.rst index c579ae9c25..61985291b2 100644 --- a/doc/global/index.rst +++ b/doc/global/index.rst @@ -1,6 +1,15 @@ MESSAGEix-GLOBIOM global model ============================== +.. caution:: This section of the documentation is under revision + on this branch. + See :issue:`424` for details. + + Text on these pages may mix old and revised material; + links may be broken; + and in general these pages **should not** be used as reference + until changes are reviewed and merged via :pull:`425`. + These pages document the IIASA Integrated Assessment Modeling (IAM) framework, also referred to as **MESSAGEix-GLOBIOM**, owing to the fact that the energy model |MESSAGEix| and the land use model GLOBIOM are its most important components. |MESSAGEix|-GLOBIOM was developed for the quantification of the so-called Shared Socio-economic Pathways (SSPs) which are the first application of the IAM framework.