Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphprotocol/graph-network-subgraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6eb44a5121d205e10bdd778d99e932d693fbe967
Choose a base ref
..
head repository: graphprotocol/graph-network-subgraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e4958d5e0fcbb7482ed05c70b211490ca66846e
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/template-deploy.yaml
  2. +1 −1 .github/workflows/tests-l1.yaml
  3. +1 −1 .github/workflows/tests-l2.yaml
2 changes: 1 addition & 1 deletion .github/workflows/template-deploy.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ on:

jobs:
template-deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Set arbitrum staging environment variables
2 changes: 1 addition & 1 deletion .github/workflows/tests-l1.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
2 changes: 1 addition & 1 deletion .github/workflows/tests-l2.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout