We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a70af commit 5ec482aCopy full SHA for 5ec482a
.github/workflows/benchmarks_run.yml
@@ -24,7 +24,7 @@ jobs:
24
# This workflow supports two different scenarios (overnight and branch).
25
# The pre-checks job determines which scenario is being run.
26
runs-on: ubuntu-latest
27
- if: github.repository == 'SciTools/iris'
+ if: github.repository == 'pydata/xarray'
28
outputs:
29
overnight: ${{ steps.overnight.outputs.check }}
30
branch: ${{ steps.branch.outputs.check }}
@@ -135,7 +135,7 @@ jobs:
135
then
136
first_commit=$(git log --after="$(date -d "1 day ago" +"%Y-%m-%d") 23:00:00" --pretty=format:"%h" | tail -n 1)
137
fi
138
-
+
139
if [ "$first_commit" != "" ]
140
141
nox -s benchmarks -- overnight $first_commit
0 commit comments