Skip to content

Commit

Permalink
Trying to get jobs to run sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz committed Dec 19, 2023
1 parent 8d44686 commit 8a3733e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
AssumeRoleAndCallIdentity:
name: AWS Authentication + Sending Welcome Email
needs: changed_files
if: always()
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
Expand Down
1 change: 0 additions & 1 deletion configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@
"data_trajectories_columns_exclude": ["user_id"]
}
}

0 comments on commit 8a3733e

Please sign in to comment.