diff --git a/.github/workflows/firesim-cull-instances.yml b/.github/workflows/firesim-cull-instances.yml index f87d66f2..706d56dc 100644 --- a/.github/workflows/firesim-cull-instances.yml +++ b/.github/workflows/firesim-cull-instances.yml @@ -20,7 +20,5 @@ jobs: TERM: xterm-256-color steps: - uses: actions/checkout@v2 - with: - ref: dev - uses: ./.github/actions/repo-setup-aws - run: .github/scripts/cull-old-ci-instances.py diff --git a/.github/workflows/firesim-publish-scala-doc.yml b/.github/workflows/firesim-publish-scala-doc.yml index e08fe7d2..733d2722 100644 --- a/.github/workflows/firesim-publish-scala-doc.yml +++ b/.github/workflows/firesim-publish-scala-doc.yml @@ -3,7 +3,7 @@ name: firesim-publish-scala-doc on: push: branches: - - dev + - main tags: - '[0-9]*.[0-9]*.[0-9]*' diff --git a/.github/workflows/firesim-run-tests.yml b/.github/workflows/firesim-run-tests.yml index 4e2bf28e..6bb61663 100644 --- a/.github/workflows/firesim-run-tests.yml +++ b/.github/workflows/firesim-run-tests.yml @@ -1,11 +1,9 @@ name: firesim-ci-process on: - # run ci when pring to dev/master/main (note: ci runs on the merge commit of the pr!) + # run ci when pring to main (note: ci runs on the merge commit of the pr!) pull_request: branches: - - dev - - master - main env: